.about-us {
  padding-top: 10rem;
  text-align: center;
  width: 100%;
  padding: 10rem 5% 20rem 5%;
  min-height: 80vh;

  background-image: url("about-bg.jpg");
  background-repeat: no-repeat;
}
.about-us-info {
  text-align: justify;
}
.about-us-heading {
  font-size: 3.5rem;
  color: #19772b;
  font-weight: 100;
}
.about-us-text {
  font-size: 1.6rem;
  color: #009688;
}
